home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / pausedev.zip / PAUSEDEV.DOC < prev    next >
Text File  |  1993-01-23  |  1KB  |  30 lines

  1. PAUSEDEV - Simple pause command for CONFIG.SYS
  2.  
  3. Written by D.J. Murdoch (Jan, 1993) for the public domain.
  4.  
  5. This is a simple pseudo-device driver to let you put a pause into the
  6. execution of your device drivers while DOS is booting.  Just put a line
  7.  
  8.   DEVICE=PAUSEDEV.EXE
  9.  
  10. into CONFIG.SYS in as many places as you need a pause.  Each time DOS
  11. tries to load this "device driver", you'll see "Press any key to
  12. continue....".  When you press one, the driver will unload itself.
  13.  
  14. The source code (included) is a simplified version of my TPDEV
  15. demonstration device driver written in Turbo Pascal.  Look for TPDEV in
  16. TPDEV.ZIP wherever you found this program.  PAUSEDEV does something that
  17. TPDEV didn't:  it initializes the CRT unit so that I/O is available.
  18. TPDEV gives a more complete implementation of a driver that stays
  19. resident.
  20.  
  21. This program is completely free; it's even free of all warranties.  I've
  22. tested it minimally using Borland Pascal 7 and DOS 5.0; use it at your
  23. own risk.
  24.  
  25. Duncan Murdoch
  26.  
  27.  71631,122 on Compuserve
  28.  DJ Murdoch at 1:249/99.5 on Fidonet
  29.  dmurdoch@mast.queensu.ca on Internet
  30.